Checking to see if a number is not equal to another number
def not_equal(x, y): return x != y
Experiment with this code on Gitpod.io
⬅ Back